@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1312px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{clear: both}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}


@font-face {
    font-family: 'BODONI';
    src: url('../font/BODONI MT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* 导航栏 */
.header_top{width:100%; height:40px; line-height: 40px; background: #eeeeee}
.header_top h5{color:#333333; font-size: 16px; float: left}
.header_nav{height:80px; width:100%; z-index: 9;}
.h_logo{width:auto; height:80px; float: left; display: flex; align-items: center; }
.h_logo img{width:219px; height: auto; align-items: center; float: left}
.h_sj,.h_wx{width:100%; height: 40px;  position: relative; width: 27px; float: right; margin-left: 20px;}
.h_sj{background: url(../images/h_sj.png) no-repeat center}
.h_wx{background: url(../images/h_wx.png) no-repeat center}
.h_sj img,.h_wx img{width:100px; height: auto; display: none; position: absolute; right:-10px; top:40px; z-index: 999}
.h_sj:hover img,.h_wx:hover img{display:block}
.h_sj:hover{background: url(../images/hh_sj.png) no-repeat center}
.h_wx:hover{background: url(../images/hh_wx.png) no-repeat center}
.h_dh{float: right; width:auto; height: 100%;}
.h_dh p{width:auto; color:#333333; font-size:16px; text-align: center; line-height: 40px; background: url(../images/h_dianhua.png) no-repeat left center; padding-left: 30px; margin: 0px 10px; display: table}
.nav{ height:80px; float: right; width:68%;}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:12.5%;}
.nav .nLi h3{ font-weight: normal; width:100%; height: 100%;  }
.nav .nLi h3 p{height:100%; color:#333333; font-size:16px; position: relative; text-align: center;  line-height:75px; margin: 0px auto;  display: table}
.nav .nLi h3 a{width:100%;height:100%;color:#333333; margin: 0px auto; display: block}
.nav .sub{position:absolute;top:80px;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left:-80px; background:#fff;line-height:26px;} 
.nav .sub li{height:auto;border-bottom:1px solid #eee;text-align:center;line-height:30px;zoom:1; padding:5px 0; overflow:hidden}
.nav .sub li p{float:left;margin:0;width:100%; font-size:16px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{color:#1853a2; font-weight: bold; border-bottom:2px solid #1853a2}
.sub li:hover a{color:#1853a2;}



/* 首页:banner */
.banner{ width:100%; height:780px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:30px; left:0; width: 100%}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; width:auto;  display: table}
.banner .slideBox .hd ul li{height:10px; width:10px; cursor:pointer; border-radius: 50%; background:#fff;  position: relative; float: left;text-indent: -999px;
	margin: 0 10px; }
.banner .slideBox .hd ul li.on{background:#134a9c}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:780px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{width:100%; height:780px; display: block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.banner .slideBox .next,.banner .slideBox .prev{ position:absolute;  display:block; width:35px; height:35px;  margin-top:-17.5px; top:50%   }
.banner .slideBox .next{background: url(../images/ban_right.png) no-repeat center; right:3%;}
.banner .slideBox .prev{background: url(../images/ban_left.png) no-repeat center; left:3%;}
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover{opacity: 1}



/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_right.jpg) no-repeat top center;  position: relative; z-index: 9; 
	padding-top: 78px}
.about_bottom_top{width:100%; height: auto; overflow: hidden}
.ab_xx{width:666px; height: auto; display: block; color:#999999; line-height: 30px; font-size: 16px; margin-top: 62px}
.in_about_more{width:auto; height: auto; position: relative; margin-top:35px;}
.in_about_more span{color:#999999; font-size: 205px; font-family: "Impact"; text-transform: uppercase; opacity: 0.1;line-height:200px;}
.in_about_more .ab_more{width:265px; height:78px;  background: url(../images/more_bjs.jpg) no-repeat center; line-height: 78px; text-align: center; position: absolute; top:60px; color:#fff; font-size: 16px; left:0}
.in_about_more .ab_more:hover{font-weight: bold;}
.about_num{width:100%; height: 198px; overflow: hidden; margin-top: 78px; background: #fff; box-shadow: -8px 0 8px rgba(0,0,0,0.1); padding-top: 46px;}
.about_num dl{width:25%; height: auto; float: left; background: url(../images/num_xs.png) no-repeat right center}
.about_num dl:last-child{background: none}
.about_num dl dt{color:#333333; font-size: 16px; text-align: center}
.about_num dl dt span,.about_num dl dt i{color:#1853a2; font-weight: 900; font-size: 60px; font-family: "Arial"; margin-right: 8px}
.about_num dl dd{width:100%; line-height: 30px; overflow: hidden; color:#333333; font-size: 16px; text-align: center}




/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: #f5f5f5; padding:45px 0 70px; margin-bottom: 70px; }
.index_product_title{width:100%; height: auto; overflow: hidden}
.index_product_title h4{position: relative; padding-left: 25px; overflow: hidden}
.index_product_title h4 span{opacity: 0.3; color:#333333; font-size: 20px; font-family: "Arial"; }
.index_product_title h4:after{content: ""; width:21px; height: 21px; position: absolute; top:0; left:0; background: #1853a2;  }
.news_title h3{ color:#333333; font-size: 36px; font-weight: bold;   float: left}
.news_title span{color:#333333; font-size: 36px; letter-spacing:5px;  float: left}
.news_title img{width:7px; height: 7px; float: left; margin:20px 18px 0}
.news_title p{color:#333333; font-size: 16px; margin-left: 30px; float: left; margin-top: 22px;}
.index_product_top{width:100%; height: auto; overflow: hidden; margin-top: 46px;}
.index_product_top a{width:49.2%; background: #fff; padding:18px; float: left}
.index_product_top a:nth-child(2n){float: right}
.in_pro_pic{width:379px; height: auto; float: left; overflow: hidden}
.in_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_pro_xx{margin-left:420px; margin-top: 10px;}
.in_pro_xx h4{width:100%; height:50px; line-height: 40px; border-bottom: 1px solid #1853a2; color:#333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }
.in_pro_xx p{width:100%; height: 120px; color:#333333; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 20px;}
.in_pro_xx span{width:124px; height: 36px; display: block; background: #1853a2; color:#fff; font-size:16px; text-align: center; line-height: 36px; margin-top: 20px;}
.in_pro_xx span:hover{background:#000}
.index_product_all{width:100%; height: auto; margin-top: 26px; position: relative}
.index_product .swiper-slide a{width:100%; height: auto; display: block}
.in_pro_img{width:100%; height: auto; overflow: hidden}
.in_pro_img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product .swiper-slide a h4{width:100%; height:40px; line-height: 40px; color: #333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; margin-top:10px; }
.index_product .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_product .swiper-slide a:hover h4{color:#1853a2}
.index_product .swiper-button-next,.index_product .swiper-button-prev{width:34px; height: 34px;}
.index_product .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-60px;}
.index_product .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-60px;}
.index_product_top a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}


/*优势*/
.index_youshi{width:100%; height:755px; background: url(../images/youshi_bjs.jpg) no-repeat center; padding-top:93px; margin-bottom: 54px; position: relative}

.index_youshi_left{width:40.7%; height: auto; float: left; background: rgba(255,255,255,0.3); border-radius: 35px 35px 0 0; padding: 20px 20px 0;}
.index_youshi_left img{width:100%; height: auto; display: block}
.index_youshi_right{width:50%; height: auto; float: right; margin-top: 50px;}
.youshi_right_title{width:100%; height: auto; overflow: hidden; }
.youshi_right_title h4{position: relative; padding-left: 25px; overflow: hidden}
.youshi_right_title h4:after{content: ""; width:21px; height: 21px; position: absolute; top:0; left:0; background: #1853a2;  }
.youshi_right_title h4 span{opacity: 0.3; color:#fff; font-size: 20px; font-family: "Arial"; }
.youshi_right_title h5{color:#fff; font-size: 16px; letter-spacing:36px; margin-top:15px;}
.ys_title h3{ color:#fff; font-size: 36px; font-weight: bold;   float: left}
.ys_title span{color:#fff; font-size: 36px; letter-spacing:5px;  float: left}
.ys_title img{width:7px; height: 7px; float: left; margin:20px 18px 0}
.ys_title{width:100%; height: auto; overflow: hidden; margin-top: 10px; border-bottom: 1px solid #fff; padding-bottom: 10px;}
.youshi_right_bottom{width:100%; height: auto;  margin-top: 40px;}
.youshi_right_bottom .slideBox{ width:100%; height:auto; position: relative}
.youshi_right_bottom .slideBox .hd{width:50%; height: 114px; background: #1853a2; margin-top: 20px; overflow: hidden; float: left}
.youshi_right_bottom .slideBox .hd ul{width:60%; height:20px; float: right; margin-top:50px;}
.youshi_right_bottom .slideBox .hd ul li{width:19px; height: 19px; float: left; background: url(../images/ys_dian.png) no-repeat center; margin: 0 10px;}
.youshi_right_bottom .slideBox .hd ul li.on{background: url(../images/ys_active.png) no-repeat center}
.youshi_right_bottom .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.youshi_right_bottom .slideBox .bd li{width:100%; height: auto; overflow: hidden}
.youshi_right_bottom .slideBox .bd li h4{color:#ffffff; font-size: 24px; font-weight: bold;}
.youshi_right_bottom .slideBox .bd li h4 img{margin: 0 15px;}
.youshi_right_bottom .slideBox .bd li h5{color:#fff; font-size: 12px; line-height: 30px;}
.youshi_right_bottom .slideBox .bd li p{width:100%; height: auto; overflow: hidden; color:#fff; font-size: 16px; line-height:30px; margin: 30px 0 40px;}
.pageState{width:114px; height: 114px; float: left; background: #fff; border-radius: 50%; margin-left:-52px; padding-right: 24px;}
.pageState span{color:#1853a2; font-size: 36px; font-family: "Arial"; font-weight: bold; float: right; line-height: 114px; }
.prev,.next{width:15px; height: 24px; position: absolute; top:-118px;}
.prev{background: url(../images/ys_left.png) no-repeat center; right:50px;}
.next{background: url(../images/ys_right.png) no-repeat center; right:0}
.hd_dianhua{width:48%; height: 114px; background: #1853a2; line-height: 112px; float: right; margin-top: 20px; padding-left:7%; position: relative; z-index: 1}
.hd_dianhua h4{color:#fff; font-size: 18px; background: url(../images/ys_dh.png) no-repeat left center; padding-left:25px;}
.hd_dianhua h4 span{font-weight: bold; color:#ffffff; font-size: 24px; font-weight: bold;}
.hd_dianhua:after{content: ""; width:100%; height: 114px; background: #1853a2; position: absolute; bottom:0; right:-100%}







/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.index_news_title{width:100%; height: auto; overflow: hidden}
.news_title_left{width:auto; float: left}
.news_title_left h4{position: relative; padding-left: 25px; overflow: hidden}
.news_title_left h4 span{opacity: 0.3; color:#333333; font-size: 20px; font-family: "Arial"; }
.news_title_left h4:after{content: ""; width:21px; height: 21px; position: absolute; top:0; left:0; background: #1853a2;  }
.news_title h3{ color:#333333; font-size: 36px; font-weight: bold;   float: left}
.news_title span{color:#333333; font-size: 36px; letter-spacing:5px;  float: left}
.news_title img{width:7px; height: 7px; float: left; margin:20px 18px 0}
.news_title{width:100%; height: auto; overflow: hidden; margin-top: 10px; }
.in_news_nav{width:330px; float: right; margin-top: 18px;}
.in_news_nav a{width:160px; height: 46px; background: #eeeeee; text-align: center; line-height: 46px; margin-left:5px; float: left; color:#333333; font-size: 16px;}
.in_news_nav a:hover{background: #1853a2; color:#fff;}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top:55px; margin-bottom: 40px; }
.index_news_top ul{width:100%; height: auto; overflow: hidden}
.index_news_top ul li{width:32%; height: auto; float: left; margin-right: 2%}
.index_news_top ul li:nth-child(3n){margin-right: 0}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_top ul li h4{width:100%; height:66px; line-height: 66px; border-bottom: 1px solid #ebebeb; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold; }
.index_news_top ul li p{width:100%; height:90px; color: #666666; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 12px;}
.in_news_icon{width:100%; height:30px; line-height: 30px; margin-top:10px;}
.in_news_icon span{color:#999999; font-size: 16px; float: left}
.in_news_icon i{width:24px; height: 24px; float: right; background: url(../images/n_jts.png) no-repeat center}
.index_news_bottom{width:100%; height: auto; overflow: hidden}
.index_news_bottom li{width:32.6%; height: auto; float: left; margin-right: 1%; margin-bottom:15px; padding: 5px;}
.index_news_bottom li:nth-child(3n){margin-right: 0}
.index_news_bottom li a{width:100%; height: 126px; background: #fff; box-shadow: 0 0 9px rgba(0,0,0,0.19); display: block; padding:22px 20px 22px 25px}
.index_news_bottom li a dl{width:87%; height: auto; float: left}
.index_news_bottom li a dl dt{width:100%; height: 30px; line-height: 30px; color: #333333; font-size:16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_bottom li a dl dd{width:100%; height: 30px; line-height: 30px; position: relative; color:#999999; font-size: 16px; margin-top: 16px;}
.index_news_bottom li a dl dd:after{content: ""; width:70%; height: 1px; position: absolute; top:14px; right:0; background: #eeeeee }
.index_news_bottom li a i{width:24px; height: 24px; float: right; background: url(../images/n_jts.png) no-repeat center; margin-top: 30px;}
.index_news_top ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_top ul li:hover h4,.index_news_top ul li:hover p{color:#1853a2}
.index_news_bottom li:hover a{box-shadow:0 0 5px rgba(24,83,162,0.2) }
.index_news_bottom li:hover dt{color:#1853a2}




/*友情链接*/
.index_link{width:100%; height: auto; overflow: hidden; margin-top: 20px; border-bottom: 1px solid #e2b97a; padding-bottom: 24px;}
.index_link i{width:102px; height:38px; float: left; background: url(../images/links.png) no-repeat center;}
.index_link_xx{margin-left:120px; height: auto; }
.index_link_xx a{color:#333333; font-size: 16px; line-height: 38px; margin: 0 10px; float: left}
.index_link_xx a:hover{color:#1853a2}


/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#1853a2; border-top:5px solid #0059d1; padding-top:50px; }
.footer .footer_center{overflow: hidden; margin:0 auto; position: relative}
.footer_lwft{width:25%; height: auto; float: left; margin-top:12px;}
.footer_lwft h4{color:#fff; font-size:24px;  font-weight: bold; margin-bottom: 20px;}
.footer_lwft p{color:#fff; line-height:28px; font-size: 14px;}
.footer_input{width:34%; height:auto; float:left; margin-left:16%;  margin-top:12px;}
.footer_input dl{width:100%; height:44px; margin-bottom: 10px; }
.footer_input dl input[type="text"]{width:100%; height: 100%; background: none; border: 0; padding: 0 4%; font-size: 14px; color:#fff}
.footer_input dl dt{width:49%; height: 100%; float: left; background: rgba(255,255,255,0.1)}
.footer_input dl dd{width:49%; height: 100%; float: right; background: rgba(255,255,255,0.1); position:relative}
.footer_input textarea{width:100%; height: 44px; background: rgba(255,255,255,0.1); border: 0; padding:5px 4%; resize: none; font-size: 14px; color:#fff}
.footer_input dl input::-webkit-input-placeholder,.footer_input textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
	opacity:0.8; 
}  
.footer_input dl input:-moz-placeholder,.footer_input textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:0.8;  
}  
.footer_input dl input::-moz-placeholder,.footer_input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color: #fff;  
   opacity: 0.8;  
}  
.footer_input dl input:-ms-input-placeholder,.footer_input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color: #fff;  
	opacity:0.8; 
} 

.f_tijiao{width:239px; height: 45px; background: #fff; text-align: center; line-height: 45px; color:#1853a2; font-size: 14px; border: 0; margin-top: 8px;}
.f_tijiao:hover{background: #000; color:#fff; cursor: pointer}
.f_ma{width:17.5%; height: auto; overflow: hidden; float: right}
.f_ma h4{width:100%; height: auto; overflow:hidden; color:#fff; font-size: 16px; font-weight: bold; }
.footer_ma{width:47%; height: auto; overflow: hidden; margin-top:20px;}
.footer_ma img{width:100%; height: auto; display: block}
.footer_ma h5{width:100%; height:auto; color:#fff; text-align: center; margin-top:15px; font-size: 16px;}
.footer_bottom{width:100%; height:auto;  overflow: hidden; border-top:1px solid rgba(255,255,255,0.25); margin-top:35px;}
.copy_bq{width:auto; height:68px; line-height:68px; position: relative; color:#fff; font-size:14px; float: left}
.copy_bq a{color:#fff; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{font-weight:bold;}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float:right; }
.footer_zhichi p{ width: auto; float: left; margin-left: 20px;   color:#fff; line-height:68px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:25px; margin-right: 10px}
.footer_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:25px; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat}
.footer_zhichi span{float: left; font-size:14px; color: #fff;}
.footer_zhichi i{ float: left;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#1853a2;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}







/*å†…éƒ¨äºŒçº§å¯¼èˆª*/
.ny_nav{width:1300px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center;}
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 50px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #1853a2}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #0a1d42; bottom: 0; left: 0;}

.ny_nav2{width:1300px; margin: 0 auto; margin-top: 40px;}
.ny_nav2 ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav2 ul li{ height:48px; line-height:48px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center; margin-bottom: 2px;}
.ny_nav2 ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 10px; text-align: center;}
.ny_nav2 ul li:hover,.ny_nav2 ul li.active{ background: #1853a2}
.ny_nav2 ul li:hover a,.ny_nav2 ul li.active a{ color: #fff;}
.ny_nav2 ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #0a1d42; bottom: 0; left: 0;}



/*å†…é¡µå·¦è¾¹å¯¼èˆª*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:23%; height: auto; float: left; overflow: hidden;}
.ny_left_title{width:100%; height: 90px; background: #1853a2; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 30px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px; background:url(../images/dian.png) no-repeat 8px 22px; }
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;position: relative;}
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#1853a2; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center; font-weight: bold;}
.ny_left_nav ul li.active a{color:#1853a2}
.ny_left_nav ul li:hover a.inactive{color:#1853a2}
.ny_left_nav ul li ul li:hover a{color:#1853a2}
.ny_left_nav ul li .inactives{color:#1853a2}
.ny_left_nav ul li ul li:hover a{color:#1853a2}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}

.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; background: url(../images/hs.png) no-repeat left center; padding-left: 20px;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}


/*内页*/
.ny_banner{ width:100%;  position:relative;  height:320px;clear: left; }
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban2{background: url(../images/product_ban2.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.fuwu_ban{background: url(../images/fuwu_ban.jpg) no-repeat center}


.ny_baninfo{width:1200px; height:225px; position: absolute; top:155px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #1853a2; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#1853a2}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #1853a2)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height:50px;
    line-height:50px;
    font-weight:bold;
    display:block;
    position:absolute;
    left:0;
    top:0%; 
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}


/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{ color: #666}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img{max-width:100%}



/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:23.5%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:18px; color: #333; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top:10px;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:48.8%; float: left; height: auto; margin-bottom: 20px;}
.ny_product ul li .products_pic{max-height:374px; display: block;overflow: hidden;width:100%;}
.ny_product ul li .products_pic img{width:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_product ul li:nth-child(2n){float: right;}
.ny_product ul li p{width:100%; height: 48px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; background: #f0f0f1;}
.ny_product ul li:hover p{background: #1853a2; color: #fff;}

/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #1853a2;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../images/off.png) no-repeat 207px center;
}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu{display: none;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:50px; line-height:50px;
    padding-left: 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px;}
.accordion li:hover{background:#fff;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../images/off.png) no-repeat 207px center;
}


/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:536px; height:100%; overflow:hidden; padding-top: 20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:15px; color:#666; line-height:30px; min-height: 200px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{padding: 15px; background: #f5f5f5; line-height: 24px; color: #666; text-align: justify; font-size: 14px; margin-top: 10px;}
.proshow_xx .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.proshow_xx .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.proshow_xx .hd ul li::before{ height: 6px; width: 6px; background: #1853a2; position: absolute; left: 20px; top:24px; display: block; content: "";}
.bd_xx{ padding: 0 20px; line-height: 1.8; font-size: 14px; color: #454545;}
.ny_pro_show{width:100%; height: auto; overflow: hidden; margin-top: 55px;}
.ny_pro_show h2{ line-height: 3;text-align: center; margin-top: -30px; font-size: 30px; font-weight: bold;}
.ny_pro_top{width:100%; height: auto;}
.ny_pro_tleft{width:523px; height: 500px; float: left; position:relative;}
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h3{ font-size: 28px; width:100%; color: #191919; height: 50px; line-height: 50px; margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_pro_p{width:100%; height: 170px; border-bottom: 1px solid #e5e5e5; margin-top:15px;}
.ny_pro_p p{width:100%; height: 35px;  color: #000000; line-height: 35px; font-size: 15px; }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 35px 0 25px}
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_ddh{float: left; height: 80px; background: url(../images/pro_tel.png) no-repeat left top; padding-left: 58px; margin-top: 20px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 24px; color: #1853a2 ; font-family: "Poppins"; font-weight: bold;}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; display: block; overflow: hidden; margin-top: 65px; margin-bottom:60px;}
.ny_pro_bleft{width:840px; height: auto; overflow: hidden; float: left;padding: 20px; border: 1px solid #eee;}
.ny_pro_bright{width:290px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h1,.ny_proshow_num h1{ font-size: 24px; color: #333; font-weight: bold; text-align: center; height:40px;}
.ny_probt_case li{width:275px; height:244px; float: left; margin-right:22px; margin-bottom: 20px; }
.ny_probt_case li img{width:100%; height: 203px;}
.ny_probt_case li:hover img{ transform:scale3d(1.1,1.1,1); }
.nyprocase-div{ width:275px; height: 203px; overflow: hidden; }
.nyprocase-div img{ transition:.6s; }
.ny_probt_case li:hover .ny_probt_xx h3{ color:#1853a2; }
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px; border: 1px solid #dcdcdc; padding:0 15px;}
.ny_probt_xx h3{width: 100%; height: 40px;  line-height: 40px; font-size: 14px; color: #313131; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center}
.ny_probt_xx p{ font-size: 13px; color: #313131; width: 100%; height: 25px; line-height:25px; overflow: hidden}
.ny_probt_case li:nth-child(3n){margin-right: 0px;}
.ny_proinput .ny_pro_ft{margin-top:20px;}
.ny_proinput .ny_pro_ft span{color: #1853a2;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; }
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 412px; border: 1px solid #e4e4e4; float: left; overflow: hidden;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #e4e4e4; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #1853a2; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  font-size: 15px; color: #191919; cursor:pointer; padding: 0px 22px 0 30px ;}
.sideMenu h3:first-child{ border-top: 1px solid #e3e3e3;}
.sideMenu h3.on {background: #1853a2; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px; color:#999; display:none; border: 1px solid #eee; border-top: none; background: #fff;}
.sideMenu ul li a{font-size: 14px; color: #666}
.sideMenu ul li {width:100%; height: 32px; line-height: 32px;  padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_probt{width:100%; }
.ny_probt ul{ height: 54px; }
.ny_probt li{ float: left; position: absolute; position: relative; height: 42px; line-height: 42px; font-size: 24px; font-weight: bold; color: #333; text-indent: 18px;}
.ny_probt li::before{ content:""; position: absolute; display: block; height: 20px; width: 10px; border-radius: 5px; background: #1853a2; left: 0; top: 11px;}
.ny_probt li span{ font-size: 16px; color: #999; padding-left: 6px; line-height: 42px;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px; font-size:16px; color:#666; line-height:26px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px;}
.fangan_show{ margin-top:20px;}
.ny_proshow_num table,.ny_proshow_num table tr,.ny_proshow_num table td{border:1px solid #d4d4d4;}
.inside_pro_r{ width: 640px; float: right; padding-top: 40px;}
.inside_pro_r h2{ text-align: left;}
.inside_pro_r .inside_pro_text{ line-height: 24px; font-size: 14px; color: #666;}
.pro_right_news{ width: 100%; margin-top: 20px;}
.pro_right_news p{ height: 50px;background: #1853a2; height: 50px; text-indent: 28px;  color: #fff; font-size: 14px;  line-height: 42px;}
.pro_right_news ul{ padding: 15px; border: 1px solid #eee; border-top: none;}
.pro_right_news li{ line-height: 30px; font-size: 14px; color: #666; padding-left: 15px;}
.inside_ys_ny{ width: 100%; margin: 0 auto;}
.inside_ys_ny .inside_ys_t{ height: 60px; line-height: 60px; border-bottom: 1px solid #eee; margin-bottom: 20px; }
.inside_ys_ny .inside_ys_t .l{ height: 60px; line-height: 60px; font-size: 24px; font-weight: bold; color: #1853a2;position: relative; text-align: left; float: left;}
.inside_ys_ny .inside_ys_t .l span{ font-size: 24px; font-weight: bold; color: #999; line-height: 60px; padding-left: 10px; text-transform: uppercase;}
.inside_ys_ny .inside_ys_t .l::after{ content: ""; display: block; height: 3px; width: 124px; background: #e77f25; position: absolute; left: 0; bottom: -2px;}
.inside_ys_ny .inside_ys_t p{ font-size: 14px; color: #666; line-height: 60px;float: right; padding-left: 40px; background: url(../images/caixin_youshi_1.png) no-repeat left center;}
.inside_ys_ny .inside_ys_t p span{ font-size: 24px; color: #e77f25; font-weight: bold; font-family: "Poppins"; padding-left: 10px;}
.inside_ys_ny ul{overflow: hidden; margin-bottom: 30px;}
.inside_ys_ny ul li{ width: 48.5%; float: left; height: 122px; background:#f2f2f2; margin-bottom: 20px;}
.inside_ys_ny ul li:nth-child(2n){ float: right;}
.inside_ys_ny ul li div{ padding: 0 20px; float: left;}
.inside_ys_ny ul li div img{ margin-top: 20px;}
.inside_ys_ny ul li p{ font-size: 18px; line-height: 2; padding-top: 10px; text-align: left;}
.inside_ys_ny ul li span{ line-height:24px; color: #666; padding-right: 10px; text-align: left; display: block;}



/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #1853a2}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: 144px; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#1853a2}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}


/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height:400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:auto; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: auto; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:100%; height: auto; border: 2px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}





@media screen and (max-width:1500px){
	.w1440,.container{width:1200px;}
	.in_pro_pic{width:350px;}
	.in_pro_xx{margin-left: 370px;}
	.index_youshi_left{margin-top: 55px; width: 45%}
	.youshi_right_bottom .slideBox .hd{width:45%;}
	.hd_dianhua{width:54%; padding-left: 2%}
	.youshi_right_bottom .slideBox .hd ul{width:67%}
	.index_youshi_right{width:54%}
	.youshi_right_bottom .slideBox .bd li p{font-size:14px;}
}


